avatar

0xarch

I could be myself out there. Bullying, reckless, totally selfish. Doing the things that makes me me. If you ain't who you are, then who the fuck are you?

USB 额外操作

grub-install --removable --efi-directory=/boot/efi --target=x86_64-efi /dev/sda

WSL 额外操作

必要准备:

  • Windows 功能 开启 Virtual Machine Platform(虚拟机平台)
  • WSL 版本至少为 2.6.0

安装:

wsl --install archlinux

设置用户:

wsl --manage archlinux --set-default-user %USER%

注意提前设置密码:

# in WSL
passwd root
passwd %USER%

设置为默认发行版:

wsl --set-default archlinux
Arch Linux 特殊平台处理一览
作者0xarch
发布于2026-05-12
许可协议CC BY-NC-SA 4.0